(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <exec/io.h>
#include <proto/alib.h>
struct IORequest * CreateExtIO()
SYNOPSIS
struct MsgPort * port
ULONG iosize

FUNCTION
Create an extended IORequest structure. This structure can be freed with DeleteExtIO().

INPUTS
port
MsgPort to be signaled on events
iosize
Size of the structure
RESULT
A pointer to the new IORequest structure.

NOTES
EXAMPLE
BUGS
SEE ALSO
CreateStdIO(), DeleteExtIO()
INTERNALS
HISTORY
27.01.1997 ldp
Include proto instead of clib
04.12.1996 aros
Create standard and extended IO structures